home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 March / macformat-048.iso / Demos / Musee d'Orsay / ORSAY / DATAOR / DEJEUN.DXR / 00040.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  307 b   |  23 lines

  1. on mouseDown
  2.   quit()
  3. end
  4.  
  5. on wait wichtime
  6.   set timedeb to the timer
  7.   repeat while (the timer - timedeb) < (wichtime * 60)
  8.     if the mouseDown then
  9.       quit()
  10.     end if
  11.   end repeat
  12. end
  13.  
  14. on startMovie
  15.   cursor(200)
  16. end
  17.  
  18. on idle
  19.   if not soundBusy(1) then
  20.     sound playFile 1, "ORIGIMP"
  21.   end if
  22. end
  23.